home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Telnet-Clients / secmail.exe / _setup.3 / Group4 / ISSIMG.dll / RCDATA / TSUBIMAGEDIALOG / TSUBIMAGEDIALOG.txt
Text File  |  1997-10-04  |  4KB  |  221 lines

  1. object SubImageDialog: TSubImageDialog
  2.   Left = 195
  3.   Top = 159
  4.   BorderStyle = bsDialog
  5.   Caption = 'Gif SubImage info'
  6.   ClientHeight = 273
  7.   ClientWidth = 461
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label8: TLabel
  16.     Left = 232
  17.     Top = 149
  18.     Width = 143
  19.     Height = 13
  20.     Caption = 'Number of colors in color table'
  21.   end
  22.   object Label6: TLabel
  23.     Left = 224
  24.     Top = 181
  25.     Width = 55
  26.     Height = 13
  27.     Caption = 'BitsPerPixel'
  28.   end
  29.   object Image: TImage
  30.     Left = 288
  31.     Top = 16
  32.     Width = 121
  33.     Height = 121
  34.     Stretch = True
  35.   end
  36.   object OKBtn: TButton
  37.     Left = 119
  38.     Top = 212
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'OK'
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 0
  45.     OnClick = OKBtnClick
  46.   end
  47.   object CancelBtn: TButton
  48.     Left = 199
  49.     Top = 212
  50.     Width = 75
  51.     Height = 25
  52.     Cancel = True
  53.     Caption = 'Cancel'
  54.     ModalResult = 2
  55.     TabOrder = 1
  56.     OnClick = CancelBtnClick
  57.   end
  58.   object TabSet: TTabSet
  59.     Left = 0
  60.     Top = 252
  61.     Width = 461
  62.     Height = 21
  63.     Align = alBottom
  64.     Font.Color = clWindowText
  65.     Font.Height = -11
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = []
  68.     Tabs.Strings = (
  69.       'Subimage 1')
  70.     TabIndex = 0
  71.     OnChange = TabSetChange
  72.   end
  73.   object HasLocalColormapBox: TCheckBox
  74.     Left = 24
  75.     Top = 168
  76.     Width = 121
  77.     Height = 17
  78.     Caption = 'Has local colormap'
  79.     Enabled = False
  80.     TabOrder = 3
  81.   end
  82.   object NoColorsEdit: TSpinEdit
  83.     Left = 168
  84.     Top = 144
  85.     Width = 60
  86.     Height = 22
  87.     Enabled = False
  88.     MaxValue = 0
  89.     MinValue = 0
  90.     TabOrder = 4
  91.     Value = 0
  92.   end
  93.   object BitsPerPixelEdit: TSpinEdit
  94.     Left = 168
  95.     Top = 176
  96.     Width = 49
  97.     Height = 22
  98.     Enabled = False
  99.     MaxValue = 8
  100.     MinValue = 1
  101.     TabOrder = 5
  102.     Value = 1
  103.   end
  104.   object GroupBox1: TGroupBox
  105.     Left = 8
  106.     Top = 8
  107.     Width = 273
  108.     Height = 129
  109.     Caption = 'Image descriptor'
  110.     TabOrder = 6
  111.     object Label1: TLabel
  112.       Left = 24
  113.       Top = 24
  114.       Width = 18
  115.       Height = 13
  116.       Caption = 'Left'
  117.     end
  118.     object Label2: TLabel
  119.       Left = 24
  120.       Top = 48
  121.       Width = 19
  122.       Height = 13
  123.       Caption = 'Top'
  124.     end
  125.     object Label3: TLabel
  126.       Left = 128
  127.       Top = 24
  128.       Width = 28
  129.       Height = 13
  130.       Caption = 'Width'
  131.     end
  132.     object Label4: TLabel
  133.       Left = 128
  134.       Top = 48
  135.       Width = 31
  136.       Height = 13
  137.       Caption = 'Height'
  138.     end
  139.     object Label5: TLabel
  140.       Left = 24
  141.       Top = 88
  142.       Width = 64
  143.       Height = 13
  144.       Caption = 'Packed fields'
  145.     end
  146.     object LeftEdit: TSpinEdit
  147.       Left = 56
  148.       Top = 24
  149.       Width = 60
  150.       Height = 22
  151.       Enabled = False
  152.       MaxValue = 0
  153.       MinValue = 0
  154.       TabOrder = 0
  155.       Value = 0
  156.     end
  157.     object TopEdit: TSpinEdit
  158.       Left = 56
  159.       Top = 48
  160.       Width = 60
  161.       Height = 22
  162.       Enabled = False
  163.       MaxValue = 0
  164.       MinValue = 0
  165.       TabOrder = 1
  166.       Value = 0
  167.     end
  168.     object WidthEdit: TSpinEdit
  169.       Left = 168
  170.       Top = 24
  171.       Width = 60
  172.       Height = 22
  173.       Enabled = False
  174.       MaxValue = 0
  175.       MinValue = 0
  176.       TabOrder = 2
  177.       Value = 0
  178.     end
  179.     object HeightEdit: TSpinEdit
  180.       Left = 168
  181.       Top = 48
  182.       Width = 60
  183.       Height = 22
  184.       Enabled = False
  185.       MaxValue = 0
  186.       MinValue = 0
  187.       TabOrder = 3
  188.       Value = 0
  189.     end
  190.     object PackedFieldsEdit: TSpinEdit
  191.       Left = 96
  192.       Top = 88
  193.       Width = 65
  194.       Height = 22
  195.       Enabled = False
  196.       MaxValue = 0
  197.       MinValue = 0
  198.       TabOrder = 4
  199.       Value = 0
  200.     end
  201.   end
  202.   object ExtensionsButton: TButton
  203.     Left = 296
  204.     Top = 200
  205.     Width = 89
  206.     Height = 33
  207.     Caption = 'Extensions'
  208.     TabOrder = 7
  209.     OnClick = ExtensionsButtonClick
  210.   end
  211.   object InterlacedBox: TCheckBox
  212.     Left = 24
  213.     Top = 144
  214.     Width = 97
  215.     Height = 17
  216.     Caption = 'Interlaced'
  217.     TabOrder = 8
  218.     OnClick = InterlacedBoxClick
  219.   end
  220. end
  221.